body>a{
	display: none;
}
/*广告位*/
#base-bannerCtn{
	position: relative;
	width: 100%;
    height: 500px;   
}
.base-bannerTag{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.base-bTag-title{
	font-size: 48px;
	text-align: center;
}
.base-bTag-icon{
	width: 40px;
	height: 3px;
	background-color: #FFFFFF;
    margin: 4px auto 0;
}
/*分页器*/
.pageCtn{
    position: absolute;
    right: 0;
    bottom: 0;
}
#yw0:after{
    content: '';
    clear: both !important;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
#yw0 li{
	float: left;
	margin-right: 12px;
}
#yw0 li a{
	color: #000;
}

/*上下篇*/
.baseControl-ctn{
    position: absolute;
    right: 0;
}
.baseControl-ctn>a{
	color: #000000;
}

/*面包屑*/
.breadNav{
	border-bottom: 1px solid #ccc;
}
.bread-list{
	float: left;
	height: 60px;
	line-height: 60px;
}
.bread-list>a,.bread-list>span{
	color: #000;
}

@media only screen and (max-width: 1220px) {
	.cont-wrapper{
		width: 100%;
		padding: 0 15px;
    	box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
}


@media only screen and (max-width: 980px) {
	#base-bannerCtn{
		margin-top: 90px;
	}
	.base-bTag-title{
		font-size: 45px;
	}
}